func sort.maxDepth
3 uses
sort (current package)
slice.go#L20: quickSort_func(lessSwap{less, swap}, 0, length, maxDepth(length))
sort.go#L231: quickSort(data, 0, n, maxDepth(n))
sort.go#L236: func maxDepth(n int) int {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)